home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwlb31.dir / 00185_Script_185 < prev    next >
Text File  |  1994-11-15  |  318b  |  24 lines

  1. global turn, num, left, right, down, forw
  2. global nowFrame
  3. set nowFrame = "lbthi000008n°°"
  4.  
  5. unLoadCast 15,181
  6.  
  7. set left = 1
  8. set right = 1
  9. set down = 0
  10. set forw = 0
  11. set num = 11
  12. buttonState()
  13.  
  14. if turn = 1 then
  15.   set turn = 0
  16.   go to the frame + 1
  17. else
  18.   buttonState()
  19.   play the frame
  20. end if  
  21.  
  22.  
  23.  
  24.